home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00703.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  1.2 KB  |  30 lines

  1. on mouseUp
  2.   if the castNum of sprite 4 = the number of cast "69 spin" then
  3.     set the castNum of sprite 2 to the number of cast "spin x"
  4.   end if
  5.   if the castNum of sprite 4 = the number of cast "kang ster2" then
  6.     set the castNum of sprite 2 to the number of cast "kang x"
  7.   end if
  8.   if the castNum of sprite 4 = the number of cast "be2x" then
  9.     set the castNum of sprite 2 to the number of cast "eros x"
  10.   end if
  11.   if the castNum of sprite 4 = the number of cast "click 69" then
  12.     set the castNum of sprite 2 to the number of cast "click x"
  13.   end if
  14.   if the castNum of sprite 4 = the number of cast "donkey" then
  15.     set the castNum of sprite 2 to the number of cast "donkey x"
  16.   end if
  17.   if the castNum of sprite 4 = the number of cast "hypno 2" then
  18.     set the castNum of sprite 2 to the number of cast "hyp x"
  19.   end if
  20.   if the castNum of sprite 4 = the number of cast "fuck me new" then
  21.     set the castNum of sprite 2 to the number of cast "fuck x"
  22.   end if
  23.   if the castNum of sprite 4 = the number of cast "pyramid" then
  24.     set the castNum of sprite 2 to the number of cast "pyramid x"
  25.   end if
  26.   if the castNum of sprite 4 = the number of cast "vivid" then
  27.     set the castNum of sprite 2 to the number of cast "vivid x"
  28.   end if
  29. end
  30.